sigId

 

 

During the signing process it sets the Id attribute value of the Signature element. Very useful if you wish to distinguish several signatures in one file:

 

<Signature Id=”First Signer”>…</Signature>

<Signature Id=”Second Signer”>…</Signature>

<Signature Id=”Third Signer”>…</Signature>

 

During the signature verification process, if this property is set, proXSign® will use this property to find signature to validate. It is useful if you wish to check for only one signature in a XML document which contains many signatures.

 

Note, option XSIGN_OPTION_SET_DEFAULT_IDS will add autogenerated Id attributes to <Signature>, <SignedInfo> and <SignedValue> elements; by default proXSign adds no Id to the <Signature> element.